From 542c824c717b3d3f04a982dd11faf85de1ba3828 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 24 Jan 2015 19:25:50 -0500 Subject: [PATCH] Trivial doc fixes Remove two erroneous quotation marks. --- gtk/gtkdnd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c index a850543e87..90e53bfd78 100644 --- a/gtk/gtkdnd.c +++ b/gtk/gtkdnd.c @@ -1027,8 +1027,8 @@ gtk_drag_update_cursor (GtkDragSourceInfo *info) * @context: the drag context * @target: the target (form of the data) to retrieve * @time_: a timestamp for retrieving the data. This will - * generally be the time received in a #GtkWidget::drag-motion" - * or #GtkWidget::drag-drop" signal + * generally be the time received in a #GtkWidget::drag-motion + * or #GtkWidget::drag-drop signal * * Gets the data associated with a drag. When the data * is received or the retrieval fails, GTK+ will emit a -- 2.30.2